home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Internet & Communication
/
OmniWeb 5.1.3 (trial).dmg
/
OmniWeb.app
/
Contents
/
Resources
/
Compatibility.scriptSuite
< prev
next >
Wrap
Text File
|
2006-02-01
|
3KB
|
106 lines
{
Name = "Compatibility";
AppleEventCode = "WWW!";
Commands = {
/* The ParseAnchor command as described in the Spyglass "Software Development Interface" */
ParseURL = {
CommandClass = "OWParseURLSpyglassScriptCommand";
Type = "NSString";
ResultAppleEventCode = "utxt";
AppleEventClassCode = "WWW!";
AppleEventCode = "PRSA";
Arguments = {
base = {
Type = "NSString";
AppleEventCode = "RELA";
Optional = YES;
};
};
};
GetWindowInfo = {
CommandClass = "OWGetWindowInfoSpyglassScriptCommand";
Type = "NSArray";
ResultAppleEventCode = "list";
AppleEventClassCode = "WWW!";
AppleEventCode = "WNFO";
};
ListWindows = {
CommandClass = "OWListWindowsSpyglassScriptCommand";
Type = "NSArray";
ResultAppleEventCode = "list";
AppleEventClassCode = "WWW!";
AppleEventCode = "LSTW";
};
OpenURL = {
CommandClass = "OWGetURLScriptCommand";
Type = "NSNumber";
ResultAppleEventCode = "long";
AppleEventClassCode = "WWW!";
AppleEventCode = "OURL";
Arguments = {
intoFile = {
Type = NSString;
AppleEventCode = "INTO";
Optional = YES;
};
intoWindow = {
Type = NSNumber;
AppleEventCode = "WIND";
Optional = YES;
};
formData = {
Type = NSString;
AppleEventCode = "POST";
Optional = YES;
};
postMIMEType = {
Type = NSString;
AppleEventCode = "MIME";
Optional = YES;
};
};
};
/*
ShowFile = {
CommandClass = "OWShowFileSpyglassScriptCommand";
Type = "NSNumber";
ResultAppleEventCode = "long";
AppleEventClassCode = "WWW!";
AppleEventCode = "SHWF";
Arguments = {
file = {
Type = "NSAppleEventDescriptor";
AppleEventCode = "----";
Optional = NO;
};
MIMEType = {
Type = NSString;
AppleEventCode = "MIME";
Optional = NO;
};
intoWindow = {
Type = NSNumber;
AppleEventCode = "WIND";
Optional = YES;
};
asURL = {
Type = NSString;
AppleEventCode = "POST";
Optional = YES;
};
};
};
*/
};
Classes = { };
Synonyms = { };
Enumerations = { };
}